Class symantec.itools.db.swing.JTotalNumberOfRecordsLabel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.swing.JTotalNumberOfRecordsLabel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JLabel
                                   |
                                   +----symantec.itools.db.swing.JTotalNumberOfRecordsLabel

public class JTotalNumberOfRecordsLabel
extends JLabel
A dbAWARE Label that automatically displays the Total record numbers of the Query navigator it is bound with.


Constructor Index

 o symantec.itools.db.swing.JTotalNumberOfRecordsLabel()
Constructs a new TotalNumberOfRecordLabel.

Method Index

 o getQueryNavigator()
 o getQueryNavigatorObject()
Gets the QueryNavigator that this component is bound with.
 o setQueryNavigator(String)
 o setQueryNavigatorObject(QueryNavigator)
Sets the QueryNavigatorObject that this component is bound with.

Constructors

 o JTotalNumberOfRecordsLabel
public JTotalNumberOfRecordsLabel()
Constructs a new TotalNumberOfRecordLabel. By default its label will read: "Total#Recs".

Methods

 o getQueryNavigator
public java.lang.String getQueryNavigator()
 o getQueryNavigatorObject
public symantec.itools.db.beans.binding.QueryNavigator getQueryNavigatorObject()
Gets the QueryNavigator that this component is bound with.

Returns:
the QueryNavigator currently bound with
See Also:
setQueryNavigatorObject
 o setQueryNavigator
public void setQueryNavigator(String name)
 o setQueryNavigatorObject
public void setQueryNavigatorObject(QueryNavigator qn)
Sets the QueryNavigatorObject that this component is bound with.

Parameters:
qn - the QueryNavigator to bind with
See Also:
setQueryNavigatorObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index